Node.is_named

Check if this node is *named*.

Named nodes correspond to named rules in the grammar, whereas *anonymous* nodes correspond to string literals in the grammar.

struct Node
const @nogc nothrow
is_named
()

Meta